Platform Explorer / Nuxeo Platform 6.0

Extension point urlPatternFilter

Documentation

A set of filter based on the HTTPD filter Allow,Deny. Allows to filter the URL the server will process.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.annotations.descriptors.URLPatternFilterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-annot-core-6.0.jar
    <extension point="urlPatternFilter" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService">
    		<urlPatternFilter order="Deny,Allow">
    			<deny>.*</deny>
    			<allow>.*</allow>
    		</urlPatternFilter>
    	</extension>